public static enum Atom.ChiralType extends java.lang.Enum<Atom.ChiralType>
Enum Constant and Description |
---|
CHI_OTHER |
CHI_TETRAHEDRAL_CCW |
CHI_TETRAHEDRAL_CW |
CHI_UNSPECIFIED |
Modifier and Type | Method and Description |
---|---|
static Atom.ChiralType |
swigToEnum(int swigValue) |
int |
swigValue() |
static Atom.ChiralType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Atom.ChiralType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Atom.ChiralType CHI_UNSPECIFIED
public static final Atom.ChiralType CHI_TETRAHEDRAL_CW
public static final Atom.ChiralType CHI_TETRAHEDRAL_CCW
public static final Atom.ChiralType CHI_OTHER
public static Atom.ChiralType[] values()
for (Atom.ChiralType c : Atom.ChiralType.values()) System.out.println(c);
public static Atom.ChiralType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static Atom.ChiralType swigToEnum(int swigValue)